wayland: Remove self assignment
authorJonas Ådahl <jadahl@gmail.com>
Mon, 20 Mar 2017 13:37:10 +0000 (21:37 +0800)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 8 May 2017 21:42:31 +0000 (17:42 -0400)
commit5c74afb2f150559291cfeb493a4861eeebdbb1cb
tree35d4790405a5c03bfc871c8c53b6507b692beeeb
parent9f9aaea3191a309ab342e47d4ca40cdaba3b771c
wayland: Remove self assignment

Don't assign the value of a variable to itself. It was added just for
clarity, but it makes coverity complain, so remove it.

https://bugzilla.gnome.org/show_bug.cgi?id=780301
gdk/wayland/gdkwindow-wayland.c